@max-c i too am looking for you to build me a effective expert with....price action only. Still taking requests? lol
Posts made by TipsyWisdom
-
RE: expert ADXposted in Questions & Answers
-
RE: Need devolperposted in General Discussions

chat button in the top right corner works just fine.
-
RE: Question about "check age" blockposted in Questions & Answers
could use blue.
But you should be able to have 1 for each trade block handle, each trade as it suggests.
if it isn't, maybe you are using groups on 1 entries and not exits?
Project link would help
-
RE: Log in to VPS only with the PC you registered with?posted in Questions & Answers
Wrong forum or website for troubleshooting your VPS. I'd start with the VPS vendor as nobody here knows your VPS.
-
RE: Need devolperposted in General Discussions
send me a message with what you need.
please type in your native language and I'll translate if thats easier.
-
RE: Is there a way to reset Turn on / off blocksposted in Questions & Answers
@saeed-2 the easiest way to manually reset is to drag and drop the EA onto the window and reload the saved inputs. You dont even need to close the window.
-
RE: What am I missing with ENUM variables for MT5?posted in Questions & Answers

as jstap pointed out, that method is 100% effective.
the simplest approach is to use whats built into Dreema. As on the screenshot, you must select the box next to the drop down. Then when optimizing, 0=Simple, 1= Exponential, etc.
to test for all on mt5, it would be 0 start, with 1 step, 4 end.
-
RE: Mt4 not Backtesting properly!posted in Questions & Answers
the settings screen before you produce the results, not the results.
-
RE: Buy a EUR pair when Conditions are met from three Pairsposted in General Discussions
very interesting concept indeed.
It sounds similar to how the dollar index is calculated.USDX = 50.14348112 × EURUSD^-0.576 × USDJPY^0.136 × GBPUSD^-0.119 × USDCAD^0.091 × USDSEK^0.042 × USDCHF^0.036
-
RE: Is there a way to reset Turn on / off blocksposted in Questions & Answers
@jstap agreed. timer or on/off controlling blocks. you cant totally restart an ea without manual intervention.
sidenote, timer cant be tested in backtest
-
RE: MT5 not partially closing trades when LIVE tradingposted in Questions & Answers
why did you manually set the slippage to 10?
Slippage means you are willing to accept up to a 10 pip slip in price when closing or opening a trade with your broker.
For each trade, thats spread + slippage + fees + connection latency
= min profit target. -
RE: Buy a EUR pair when Conditions are met from three Pairsposted in General Discussions
each candle parameter that you want would need to be made into a variable, then use that named variable in place just like that formula.
side note, you can't refer to C0, high, low, and close because they have not been defined. Only C0 open is defined logically. Only on C1 do you have a OHLC.
You can use high and low cross, but i typically use Ask or Bid of market properties if I need immediate entries
-
RE: AUTO WITHDRAWposted in General Discussions
yea, youre talking about automated access of your banking accounts from within other applications. No good.
-
RE: Mt4 not Backtesting properly!posted in Questions & Answers
@tashab share one of the strats that showed profitable and no longer is.
along with that, post screenshots of your platform. The settings of the EA you selected. I dont need to see the inputs. Just settings of time frame selected, etc.
-
RE: Advice on how to shorten fxdreema learning curveposted in Questions & Answers
theres no real guidance on trading, using platforms, building EA's, developing strategies, money management...regardless of the platform you use. Most of what you see is an opinion, or a suggested way to do something.
Good luck in your endeavor.
post a screenshot of that tab.