- Search Crypto Craft
-
Ralome replied Nov 6, 2014Does one M5 candle equal five M1 candles? I mean, all the time?

Wormholes - stochastic mismatch system
-
Ralome replied Nov 5, 2014url - this post has v2.60, and it has no errors either.
The similarity system
-
Ralome replied Oct 23, 2014Hi Ra457, 1. iCustom can pull the values of the indicator buffers only, i.e., taking the MACD as an example, these two: SetIndexBuffer(0,MacdBuffer); SetIndexBuffer(1,SignalBuffer); 2. If you want to get some variable value, FileWrite is one way to ...
Referencing custom indicator data
-
Ralome replied Oct 11, 2014...And don't forget to check the units and adjust if necessary, here (lines 106 & 107): d1_slope=d1_sumxy/d1_sumx2*10000; d2_slope=d2_sumxy/d2_sumx2; Either remove the 10000 (if for example you compare two percentages), or change it to the ...
How to add slope detection comparative to an oscillator/price?
-
Ralome replied Oct 11, 2014You're welcome! 83 in my editor, but yes. You simply replace DataSet2[i]=iStochastic(NULL,0,240,1,1,MODE_SMA,STO_LOWHIGH,MODE_MAIN,i); with DataSet2[i]=iCustom(symbol, timeframe, etc...., i); and it should be all right. Ralome
How to add slope detection comparative to an oscillator/price?
-
Ralome replied Oct 11, 2014Hi Madmoney, please take a look at this. A bit of explanation: 1. ComparisonPeriod = 60 -> it will compare the slope of the last 60 pieces of data in each dataset. 2. MA_Method, MA_Period -> type and period of the MA (this will be DataSet1) ...
How to add slope detection comparative to an oscillator/price?
-
Ralome replied Oct 10, 2014I've already experimented with stuff like that, so the code must be here somewhere. As for CPU, maybe when you start MT4 and it has to calculate several thousand bars at once, then it might take a few seconds. But, when it calculates latest bar ...
How to add slope detection comparative to an oscillator/price?
-
Ralome replied Oct 10, 2014Hi Madmoney, Do you mean something like this? url I.e. first line's slope is 7.94428, second line's slope is 5.85028.
How to add slope detection comparative to an oscillator/price?
-
Ralome replied Oct 5, 2014Thanks for all the stuff, keep 'em coming!

Motivation Zone - Share what/who motivates you
-
Ralome replied Aug 20, 2014If you want strong stuff, wait till FOMC
That is strong most of the time.The similarity system
-
Ralome replied Aug 19, 2014Glad to hear that, I have a couple of leftover levels nearby

The similarity system
-
Ralome replied Aug 19, 2014Here you go. I haven't tested them, but all my old stuff worked perfectly in 600+ after correcting minor errors, so, these should work fine too.
The similarity system
-
Ralome replied Aug 18, 2014See? It couldn't have happened if you had stopped it before

The similarity system
-
Ralome replied Aug 18, 2014Not just you
(I'm only telling you this so that you won't stop the forex market.)The similarity system
-
Ralome replied Jul 29, 2014Just remove the extra .txt extension

Funny Looking Rectangles & Useless Drivel