@Pyro may share you idea?
Posts made by Paihdt
-
RE: Calculate High and Low Distanceposted in Questions & Answers
@jstap Thats will only give price different. I need result in pips
with my current method i need to multiply the result with factor like for 5d.p symbol x 0.0001, 2d.p symbol x 0.01and some symbol will give wrong result
-
Calculate High and Low Distanceposted in Questions & Answers
Hi,
How to measure distance in pips from 4 candle formation Highest and Lowest price?
-
FIBO LABEL NAMEposted in Questions & Answers
Hi, did anyone know how to make fibo label name as photo below?
I try to writing same thing inside level box such as (0 %$ Start) but still showing only value 0TQ

-
RE: Easy way to make ENUMposted in Tutorials by Users
@BBMess dont made you life complicated. for MA just write down what it suggest on the box. dont need to create manual enum

-
RE: confluenceposted in Questions & Answers
@mr-lenny try with variable.. signal on h1 variable1=1, signal on h2 variable2=1, signal on h3 variable3=1.
then using block condition, if variable1=1, variable2=1, variable3=1, then put entry.
reset the variable1,2,3=0, if trade closed
-
[TUTORIAL] How to Enable/Disable virtual stop loss on EA Inputposted in Tutorials by Users
Please share if you know any other easy method.

-
Create boolen for Virtual Stop Loss
-
Download as .mq4 file format and open it on metaeditor.

3. Delete this paragrah "define VIRTUAL_STOPS_ENABLED 0 // enable virtual stops"
4. Copy before you delete or you can type VIRTUAL_STOPS_ENABLED
5. Replace HideSLTP to VIRTUAL_STOPS_ENABLE
-
Under OnInit also replace HideSLTP to VIRTUAL_STOPS_ENABLE
-
Then you can compile and test it.
-
-
RE: Ex4 files can't be importedposted in Bug Reports
i dont think you can import ex4 format. even you create with fxdreema.. if possible then easy for paid ea by fxdreema been crack over here
-
Price Level From Text Objectposted in Questions & Answers
Hi, how to get price level form Object Text?
What I need is what price level for Text Level on chart
https://fxdreema.com/shared/njSwMoHwc

-
RE: MA strategy with RSI+MAposted in Questions & Answers
You cannot add MA into RSI window using fxdreema !
Try looking for custom indicator to achieve this. -
RE: Easy way to make ENUMposted in Tutorials by Users
great, so i dont need to edit on metaeditor anymore
-
Stop Order Wrong Placeposted in Bug Reports
Anyone face same problem with me when place stop order base on custom price?

As you can see my sell stop level suppose be at 27826.73, but sell stop place at 27486.36 -
RE: Averaging TakeProfit (Group TakeProfi)posted in Questions & Answers
@ontradingx it is work.. thank you very much
-
RE: Averaging TakeProfit (Group TakeProfi)posted in Questions & Answers
@ontradingx can you share project link? so i can see how did you calculate the TP Group
-
RE: Averaging TakeProfit (Group TakeProfi)posted in Questions & Answers
@jstap yes it should work.. but to see TakeProfit on same price I cannot find the idea.
it should show like this..

TakeProfit is dynamic depend on AveragePrice and TotalLot
So this topic will keep being mystery xD
-
Averaging TakeProfit (Group TakeProfi)posted in Questions & Answers
Hello Fxdreema Master,
I think there a lot of same question like this.. but i dont found any solution has been done. So I asking again for one more time.
How can we modify TP for all position at one price by averaging them.. and we can see the that TP line on chart..
So here some formula for averaging price+TP and i dont know to make it with variable.

and below one example how it should do

By complete this topic i hope can help others fxdreema user to create martingale ea more better.
Thank You.
-
Stop EA at Daily Targetposted in Questions & Answers
Hi master, how to stop the ea when reach daily profit target on the others day.
with current block i used check profit by period..it only stop the ea when profit target reach by same day only.. if profit target reach on the others day... the ea wont stop..
https://fxdreema.com/shared/tJb3Hva6b -
RE: Bullish and Bearish Tickposted in Questions & Answers
@l-andorrĂ Hi, how to put comment on last tick direction after previous candle closed?

