hi thanks it works. Any Idea why it lags and testing is real slow?
Posts made by glemonb
-
RE: Problem to indicate Balance / Equity / Ordersposted in Questions & Answers
-
Problem to indicate Balance / Equity / Ordersposted in Questions & Answers
Hi everyone, I'm having issues trying to create a template for my EA's.
I want to create a rectangle with infos on the left side of the chart, with Balance, Equity, Margin, Lot size and numers of Buys + numers of sells. For an unknown reason, the numeric values do not change while EA is testing.
Usually It works on other projects, does someone has a clue?Thanks a lot for your help
link here : https://fxdreema.com/shared/HI6d30axd
-
RE: Crossing two oscillatorsposted in Questions & Answers
@jstap Thank you ! In your first answer you managed to put the two indicators in the same window, how did you make this happen? On the shared project, your first condition is "if candle_close", I get a "undeclared identifier" error but not sure how to solve this?
Thanks again for your help !
-
RE: Crossing two oscillatorsposted in Questions & Answers
Hey thank you ! Do you see my .mql4 file I attached to the post?
Indicqtors are Money Flow Index (0 to 100) and Williams Percent Range (-100 to 0) -
Crossing two oscillatorsposted in Questions & Answers
Hi there ! I am currently struggling with the way to achieve a strategy. What I want to do is basically get two oscillators on the same window in order to use the cross above / below function. How can i do that?
The other problem I have is that the first oscillator gets a value in the range 0 to 100 and the other one gets a value between -100 to 0.
The formula to get the second one in a 0 to 100 range is :
New value = (x-(-100))/(0-(-100))*100 where x is the "old value" betweek -100 and 0.Does someone has a clue? Thanks a lot guys