You're welcome.
Posts made by l'andorrà
-
RE: How to: Calculating price movement per pipposted in Questions & Answers
I'm trying to find something like that. If I make it, I will let you know.
-
RE: Hello, how can you use the Makdi histogram on the site, the Makdi indicator that I am using does not have a histogram?posted in Questions & Answers
Can you please share the link to your project?
-
RE: how can i encrypt an EA with some custom code or license / como puedo encriptar un EA con algún código personalizado o licenciaposted in Questions & Answers
Hoy en día, en mi opinión, el bloqueo intrñinseco de compliación es más que suficiente para no tener la necesidad de encriptación. La prueba está en que no existen decompiladores eficientes en el mercado. Quiero decir, que funcionen de verdad.
-
RE: Builder saves the custom Indicator data even after deleting! Helpposted in Questions & Answers
The problem is that using the indicator in a specific block, then modifying that block later without having removed all relevant variables. Yoy cannot see the indicator anymore but the indicator is still there in the code. Yes, it's a common issue when not removing all elements from a block properly.
-
RE: Can#t trace the custom indicatorposted in Questions & Answers
@Pyro Maybe, but that is a complex loop to implement just for a guess. Did you check it manually?
-
RE: I can not Close partially the Trade for MT4, while it worked perfectly for MT5,posted in Questions & Answers
Can you please share the link to your project?
-
RE: History dataposted in Questions & Answers
@tec-nacks I'm not sure you do it for free. IMHO the best paid option is Tick Data Suite 2.
-
RE: A Newbie Question :)posted in Questions & Answers
@sajjad3245 Well, you will need two variables. One for counting each candle to be checked and another one to store the value of the MACD. Something like this:
-
RE: hamidposted in Questions & Answers
There is no single definition for that. That depends on the trader's criteria.
-
RE: Can#t trace the custom indicatorposted in Questions & Answers
Considering that all your condition and filter blocks are supposed to happen at the exact same time, I recommend to remove those 'AND' blocks and connect them one below the next one in a single thread.
-
RE: how to find the value of the highest balance ever?posted in Questions & Answers
@Skyzen That is not an easy thing to do. The closest I build some time ago was a variant of the Oscar's grind strategy. That is doing something like that, but not exactly as you say. Maybe this can inspire you:
-
RE: Lot as per variableposted in Questions & Answers
That depends on the calculations involved. What do you exactly need?
-
RE: Restrict initial Starting Lotposted in Questions & Answers
Yes, but that depends on the restriction itself. Which one are you thinking about?
-
RE: ut botposted in Questions & Answers
No. The only way to use it is importing as a custom indicator into your fxDreema account.
-
RE: Accounting for Time Changeposted in Tutorials by Users
Impressive, as always. Thanks for sharing.
-
RE: Why can't magic number separate profits?posted in Questions & Answers
Thanks to both for your suggestions.
