you are welcome
Posts made by KLG
-
RE: My biggest project so farposted in General Discussions
@jstap yes you are right, if you have a big project in FXDreema it will be annoyingly very slow in the back test, i save the project to mq5 file to copy the code to Claude 4.6 sonnet, but first you have to prepper the AI to get familiar with fxdreema MQL and the new MQL that is more efficient,
make it study the documents of MQL5 then give it the code.,also you are right about the complicated projects, sometimes the simpler the projects is the better bot you will get.
-
RE: My biggest project so farposted in General Discussions
lately i have been using Claude to translate my projects code (mq5) to the new MQL
-
RE: My biggest project so farposted in General Discussions
Fxdreema uses old MetaQuotes Language which is not CPU and Memory efficient,
now MQL is updated its faster, very light and efficient than what fxdreema uses -
RE: Problem generating Oninit code?posted in Questions & Answers
Data Export Limitations
For example, exporting custom indicator data may require additional configuration beyond basic OHLC and volume data. -
RE: Problem generating Oninit code?posted in Questions & Answers
Use the "Write to File" Block
files should be saved to the MetaTrader Files folder (typically MQL5/Files/).Step-by-Step Setup:-
-Add the "Write to File" Block into your event handler (e.g., OnInit, OnTick, or OnTimer)
-Set the filename (e.g., data.csv)
-Define Data to Export: Connect data blocks (variables, OHLC data, indicator values) to the 'Write to File' block
-Set Write Mode: Choose between REWRITE (overwrite) or APPEND (add to existing file).
-
RE: The comment box doens't workposted in Questions & Answers
string should work ! , I have used it before and its worked fine with me
-
RE: Introducing Gold Hunters MT5 EAposted in Tutorials by Users
@amincgi Thanks for sharing with the community,
i like how you setup the ATR SL identifier
if possible sharing the project or the MQL5 file so i can copy the ATR from your EA, thanks -
RE: Introducing Gold Hunters MT5 EAposted in Tutorials by Users
@amincgi Thanks for sharing with the community,
i like how you setup the ATR SL identifier
if possible sharing the project or the MQL5 file so i can copy the ATR from your EA, thanks -
RE: New here.. how can I post a link to fxdreemer files for help?posted in General Discussions
you can fined (( create a shared copy )) from the drop down list when you click on projects [ top, left ]
-
RE: EA control from CSVposted in Questions & Answers
if you want to use AI for MQL4/5 coding i advice you to use Claude AI
-
RE: Moving average into stochasticposted in Questions & Answers
you have to search for what you want
-
RE: Moving average into stochasticposted in Questions & Answers
@Ssenyongacharl4 you can check this site below and search the web for other sites if you like
-
RE: Trail stop not working at allposted in Questions & Answers
any block needs to be connected to at least on other block to work,
once per day will pass the "block activation" to the block next to it once per day ,
i would recommend you separate the trailing stop block like this ( [ If position ]=>[ Trailing Stop ] ) since you want the "trade" once per day not the "trailing stop" -
RE: Trail stop not working at allposted in Questions & Answers
is it a single trade or group trade ?
-
تجمع عربيposted in General Discussions
مرحبا،
فكرت اني اجمع العرب في هذا البوست اذا كان في عرب في هذا المنتدى
لتقديم الدعم والمساعدة وتطوير الأفكار
واي شيء آخر يتعلق في التداول الآليمرحبا بالجميع...
-
RE: Trail stop not working at allposted in Questions & Answers
i also add a formula before the trailing block,
in the example below you see also how to make a unified SL for the group/grid

