@jstap Just curious. Where is the info of the terminal variables stored exactly? Is there come ROM memory in the MT$ itself that is stored no matter it is on or off maybe?
Posts made by l'andorrà
-
RE: 'No trade nearby' Bug in Martingale Grid Sequenceposted in Bug Reports
-
RE: How to check if price crossed an indicator at any time during the last "N" candlesposted in Questions & Answers
@jpj52byu You can do something like this:

I used 2 different MA to confirm there was a crossing somewhere in the last 50 candles. However, this way to do it will not tell you if there was more then one crossing with that period.
-
RE: Please help!... the comment of the sum of maximum reduction and reduction in current graph does not work correctlyposted in Questions & Answers
I'm not a programmer, so I cannot confirm the code is correctly copied, but definitely the issue is there.
-
RE: Weekly TF bugposted in Bug Reports
No. I just need the weekly open price value. I don't need to modify anything. The problem is the bot will be working on a lower TF and then bug is active. Do you know what custom code should be used to store that value regardless the active TF?
-
RE: how to check last lot to be continue after EA got kick out form chart ?posted in Questions & Answers
You need to use Terminal Variables to store the information of those variables in the 'on deinit' tab. That will save them when the bot is removed from the chart. Then You need to retake them in the 'on init' tab when the bot is running on the chart again.
-
RE: Candle is above set priceposted in Questions & Answers
Could you please share the link to your project?
-
RE: Not Compilingposted in Bug Reports
They are working fine on my end. Does the issue still persists?
-
RE: Please help with thisposted in Questions & Answers
@13353299527 Correct. That is the way to create a variable. What you need now is making the calculation of the next lot size every time a trade is closed. Something like this in the 'on trade' tab:

-
RE: No trade will be taken if the line in RSI 14 crosses below level 25 or above level 75posted in Questions & Answers
@princeomughele Can you please prove the answer is wrong?
-
RE: Please help!... the comment of the sum of maximum reduction and reduction in current graph does not work correctlyposted in Questions & Answers
Are you sure that custom code is correct? And you can remove the 'pass' block on top. It is redundant in that position.
-
RE: Help me to code gann strategiesposted in Tutorials by Users
fxDreema can be used to create EAs only, not indicators, sorry.
-
RE: enter my personal indicator setting in the add new indicatorposted in Questions & Answers
Did you import your indicator into your fxDreema account correctly? Are buffers correctly identified?
-
RE: How to check if price crossed an indicator at any time during the last "N" candlesposted in Questions & Answers
You can use variables to tell the launcher when that happened. You can also create a loop, but the first option is easier. Are you familiar with variables?
-
RE: Please help with thisposted in Questions & Answers
You need to create a variable for the lot size value. and then do that calculation for the next lot size value immediately below both 'buy/sell now' blocks. Are you familiar with variables?
-
RE: paymentposted in Questions & Answers
@alivakilzadeh This is the second thread you opened for the exact same question. Please don't duplicate threads.