I want if the unrealized profit of a specific symbol is equal or greater than the previous loss. close trade (profit) of the specific symbol
Best posts made by richestcousin
-
how to set thisposted in Questions & Answers
Latest posts made by richestcousin
-
RE: how to set thisposted in Questions & Answers
just the same symbol that made loss will the be symbol that should recover
-
how to set thisposted in Questions & Answers
I want if the unrealized profit of a specific symbol is equal or greater than the previous loss. close trade (profit) of the specific symbol
-
entry conditionposted in Questions & Answers
hello. thank you for stopping by. i want to trigger a trade on every new bar if the previous bar met the condition.
for example buy trade
new bar buy if previous bar closed bullish
new bar sell if previous bar closed bearish -
RE: Custom sequence lotsizeposted in Questions & Answers
Only once per trade. There will be only one trade per pair
-
Custom sequence lotsizeposted in Questions & Answers
Thanks for stopping by
$100 = 0.02 lot
$200 = 0.03 lot
$300 = 0.04 lot
$400 = 0.06 lot
$500 = 0.08 lotHow do I set this to that trade lots should reflect the balance?
-
Is this possible? Moving average crossover and RSIposted in Questions & Answers
I want to use RSI to trigger trade open. But since it gives me multiple trades, I want it to trugger only one trade after a certain moving average cross over. If RSI have another condition for open position without a new moving average crossover then it should ignore that trade. How do I set this?
-
HOW TO SLOVE "ARRAYS OUT OF RANGE" NO TRADING OPERATION ON STRATEGY TESTERposted in Questions & Answers
Hi Gentlemen, do anyone have experience with uploading to mql5 seller market a robot made from here fxdreema?
I have problem wth automatic validation.
How should I sove this??My strategy takes multiple analysis from different timeframes H1, H4 & D1 to make. A trade.
It works tests fine on 30M timeframe but higher than that doesn't show results. And my validation demands testing on H1
-
Add trade volume if in profitposted in Questions & Answers
Hi,
I am ttying to set a trade to add volume once the pair is in 15pips profit and i have manage to do it but how do i specify that it should only add 2 trades. Because its adding infinite trades till blowing up accounts -
RE: How do I set ADX Condition and Rsi condition and ATR condition.posted in Questions & Answers
@jstap thank you. And on block 11
Rsi 14 > Value (numeric) 0? Is this the value that sets level in rsi?
For instance rsi 14 with level 50.
So should I replace 0 with 50? -
How do I set ADX Condition and Rsi condition and ATR condition.posted in Questions & Answers
I am trying to have adx, rsi and atr. Which blocks should i use and how