![]() |
Sorry to bother you again, thinking on doing a better backtesting on different TF, would be possible to add the following parameters to the inputs tab? - MACD on current TF "true or false" - CCI on current TF "true or false" - EMA 20 be able to choose the time frame - EMA 200 be able to choose the time frame Also I'd like add if possible one extra condition for entries - Entry candle must be same color than the highest TF. Thank you so much Pett! Best, CGN |
3 Attachment(s)
These options are already available in the EA I uploaded. You can choose your preferred time frame from the drop down menu.
Good luck! Candle Color EA.mq4 |
1 Attachment(s) I need a coder to help me code this indicator below in a way that it only displays from left of the mt4 chart to the current time in price and not extend to the far right hand side of the mt4 chart. Thanks ICT 80_20.mq4 |
in the previos code why it's Close and not iClose ?! |
2 Attachment(s)
|
1 Attachment(s)
I have attached the image in which the some of candle numbers are hiding behind the candle is it due to market is off or please can you take a look. Have a great weekend Kind Regards, Moti ![]() |
1 Attachment(s)
Draw Candle High Low Lines.mq4 |
1 Attachment(s)
![]() I appreciate you prompt help and being with me. Have a great weekend Kind Regards, Moti ![]() |
2 Attachment(s) Please, somebody to remove the "extra" line in this indicator.. green arrow,,, Thanks |
1 Attachment(s)
n4_tf_has_bar4.mq4 |
All the best fellas I coded my question myself. |
can you please help on this request vwap supertrend crossover |
Any chance you have a moment to look at function I am having trouble with? https://www.forexfactory.com/thread/...2#post13218732 I will really appreciate any assistance or insight you can provide even if its just a rough idea for a work around. Thanks. |
Thanks Hutch!!! |
|
1 Attachment(s) Can anyone code my Brilliant reversal ex4 to Mt5 1 Brilliant Reversals (2).ex4 |
1 Attachment(s) if you can use the rules in this excel to create an EA please message me Naldo Rules.xlsx |
2 Attachment(s) please can any one make this indicator 4 time frame bar in snakeforse remove 2 and 3 colour keep only 0 and 1 snakeforce.mq4 Solar Wind.mq4 |
ArraySize = kper * kslow; Can you be sure that it has enough array size for whatever shift / index you are passing? There are number of possible solutions: 1. Loop is Limited to smaller numbers like int limit = Bars - counted_bars; if (limit > 500) limit = 500; 2. Set array size to fixed size of known.. like ArraySize(MAFA, it might be better to set to a large array size like 10,000 or use total loop size as ArraySize(KAMA, Bars - counted_bars) .. Key point is : 1. Make loop quick - limit the size of loop 2. Make array small enough to hold data but make sure it has enough size so it doesn't produce out of range. You may want to add some kind of print to debug the progress and see where your bug sits. |
© Forex Factory