@q8carpenter something like this i guess.
Posts made by vonmunchy
-
RE: How to set trades lot size from newest to oldest?posted in Questions & Answers
-
RE: using fxdreema variables with on OnTester()posted in Questions & Answers
@supersako thanks for sharing. Let me rephrase my question.
The return gives 1 output. In this case it was a variable. Im trying to have more than 1 variable. Any suggestions on that
-
RE: How to set trades lot size from newest to oldest?posted in Questions & Answers
@q8carpenter how would the logic be if it were to be used in a loop
-
RE: Custom Trailing Step true Break even offset?posted in Questions & Answers
@tho401 i havent tested this but this was the idea i had.
https://fxdreema.com/shared/eKqjHMiud
When no position the step amount is set to default 1. Different step levels at different tp%. Tho im not sure if this method would work for multiple trades. You need to test and find out

-
RE: Custom Trailing Step true Break even offset?posted in Questions & Answers
@tho401 off the top of my head and definitely not tested.
Why not try using "pips away from tp" put that into a variable. Example. 10 pips away (step 5). 20 pips away (step 2).
Hope you get idea of what I'm trying to explain
-
RE: using fxdreema variables with on OnTester()posted in Questions & Answers
@supersako said in using fxdreema variables with on OnTester():
@l-andorrà @CDWilder1 I know this topic is very old, but I actually figured out how to do this, its as simple as putting
v::(your variable name)
inside the return function, so for me, I want to test based on my winrate variable, so my MQL studio function would look like thisdouble OnTester()
{
return(v::WINRATE);
}Mind sharing how you calculate your win rate into a variable.
The right now I'm able to output 1 parameters to csv.
Any suggestions on outputting multiple?
-
RE: Trading between 2 horizontal trend linesposted in Questions & Answers
@ladydolares oh my god. I wrote in private to be poliet. I rest my case. Good luck

-
RE: Trading between 2 horizontal trend linesposted in Questions & Answers
@ladydolares hmm maybe you seemed to misunderstand what I meant.
I meant to post the project link and than I would correct what you were doing wrong. That way you learn as well.
FYI: The only reason why I offered to rebuild/correct someone else's project was your logic is similar to a mean reversion system which I'm in the process of building
️ -
RE: Getting below 1.5 lot multiplier with a martingale sequenceposted in Questions & Answers
@monstermann456 change the varible to int if its in double already.
-
RE: Turn off EA after 4 consecutive lossesposted in Questions & Answers
@lrswatson well just turn algo trading off and on than. Its two clicks tho. lol
-
RE: Trading between 2 horizontal trend linesposted in Questions & Answers
@ladydolares post your latest project and i will help

-
RE: Get Existing SL Value In Currency & Pipsposted in Questions & Answers
https://fxdreema.com/shared/tBgHbwkcc
use that as a reference. From total SL pip is stored into a variable its visible in comments. Plus i added a simple trail so you can check SL getting modified and the calculation getting updated as it happens.
-
RE: Moving Average is bugging?!posted in Questions & Answers
@rsquared1 not a coder so cant help much. But why do you use "-" infront of candle id?
-
RE: HORIZONTAL LINE PROPERTY....PLEASE HELPposted in Questions & Answers
@ladydolares your dublicating threads. i already replied to your previous thread. Buy/sell works in the link i posted
-
RE: How to look back and identify the 1st hour of the previous day ?posted in Questions & Answers
use market properties. You will find what your looking for in there



