Forum

help with indicator

Hi @ all, i need a little help. i´m trying to create an indicator, which is calculating the average differenge of zig and zag. The indi should return the value of average zig/zag move. All my tries so far didn´t work. Can anyone pls help me? Thanks in advance

zero devide in live trading on all pair but not on gbp/usd

hi @ all Zero devide occurs in live trading on all pair but not on gbp/usd, and not on demo on all pairs. has anybody an idea? thanks in advance

ow to get pofit of variable number of closed trades

Hi @ all, i spent a lot of time in programming an EA, which is lukily working very well most of time. But during trying to make it better i found the following problem for e.g.: The EA has 3 Open Buy Orders with MagicNumber 1 then it is opening an position in opposite direction with MN 2 Next it

Programm Trailing stop in this EA?!

hi @ all, i tried a several times to programm trailing stop for the following EA. But all tries went wrong an no TS was created by the EA. Can u please help me to do this? Thank u very much!! the EA so far is: extern string Lots_Desc = "if 0 dynamic lot is applied"; extern double Lots = 0; extern

trouble with icustom

hi @ all, i have some trouble with the icustom function. i created an indicator that prints arrows for buy and sell and i wrote an ea to trade this indicator using icostum function. the indicator looks like this: #property indicator_chart_window #property indicator_buffers 2 #property

good indicator needs some tuning!

hi, i have programmed a good indicator i think, but i dont know how to go on. here´s a chart on which the 4 indicator lines are working. I want only 2 lines on chart window, highesthigh or lowestlow and only one of the two dashed signal lines . Can anybody help me with this pls

is metatrader able to trade this indicator automatically?

hi there, i have a simple question for everybody who is good in programming. is it able to trade this indicator automatically? i want to buy if close crosses over highest high (yellow) and close buy if close is crossing under dashed signal line (yellow dashes) i want to sell if close crosses under

hi @ all how to make an indicator reverse ? HLPPls

Hi @ all. i created an indicator, but in reason of creating an ea, i need some help. The indicator is based on HighestHigh and LowestLow. but i want that it shows only the lowest low if close was crossing over highesthigh and showing only highest high if close was crossing under lowest low. Can