I need a field to enter the price, not tot pips
Posts made by duepips
-
RE: Button open pending order at specific price [input field]posted in Questions & Answers
-
RE: Button open pending order at specific price [input field]posted in Questions & Answers
@jstap i have the free version of fxdreema for now i can't test it, do you have some simple example? I just need the pending order button with the price field to set on the chart, thanks
-
RE: Button open pending order at specific price [input field]posted in Questions & Answers
@jstap you not have versione MT5 simplified? Thanks
-
Button open pending order at specific price [input field]posted in Questions & Answers
https://fxdreema.com/shared/VrEAlFMSd
Hi, with the example at the link I am trying to create buttons for pending orders, but I could not connect the button with the price field...
-
RE: Average Open Price not work (DOGEUSD)posted in Questions & Answers
@ontradingx yes work work, thank you the best
-
RE: Average Open Price not work (DOGEUSD)posted in Questions & Answers
not work, thanks
@ontradingx said in Average Open Price not work (DOGEUSD):
I just erase everything written in rules.
try this. -
RE: Average Open Price not work (DOGEUSD)posted in Questions & Answers
@ambrogio yes it works, bravo, thanks! however there is always an incompatibility problem for example selecting the line in the background does not work, there must be a problem on the base code of fxdreema
-
RE: Average Open Price not work (DOGEUSD)posted in Questions & Answers
thank you but it seems that the base code of fxdreema is not complete and compatible, this blocks me from creating an EA with fxdreema ...
@realjoker said in Average Open Price not work (DOGEUSD):
Hello this can help you https://www.mql5.com/en/docs/predefined/_point Use that function to detect the points that the pair has, this would be a "complex" answer to make it easy, upload your link and tell me which broker you use, I'll solve it for you
-
RE: Average Open Price not work (DOGEUSD)posted in Questions & Answers
@l-andorrà even on NZDCAD it doesn't work, I noticed it now! The problem occurs in markets starting with 0.00000
-
RE: Average Open Price not work (DOGEUSD)posted in Questions & Answers
yes, I also thought and tried, but it doesn't work! Only on DOGEUSD, on all other cryptocurrencies it works!
@l-andorrà said in Average Open Price not work (DOGEUSD):
That depends on your broker, but I would try the rule 0.01 = 1.
-
RE: Average Open Price not work (DOGEUSD)posted in Questions & Answers
yes, atctual price DOGEUSD 0.14300 whats specified?
@l-andorrà said in Average Open Price not work (DOGEUSD):
@duepips Because crypto symbols need their specific pip size rules. You need to include them here:
-
RE: Delete pending only on market <1 positionposted in Questions & Answers
I work on 50/60 market, I thought there was a way to count separately and individually for each one!
@l-andorrà said in Delete pending only on market <1 position:@duepips Then you should create as many variables as markets involved and create count them separatedly every time. However, are these markets selected as a Constant only?
-
Average Open Price not work (DOGEUSD)posted in Questions & Answers
https://fxdreema.com/shared/4tHkHk5I
hi, I created this group for the opening price of the buy and sell, it works on all markets except DOGEUSD, why?
Thank you
-
RE: Delete pending only on market <1 positionposted in Questions & Answers
@l-andorrà said in Delete pending only on market <1 position:
Technically you are doing it roght now as I see a Constant called 'market'. You can type there what markets are supposed to be considered. Are you sure you created a 'string' type constant? Because it should work.
yes, but I need a count for each specific market! -
RE: Delete pending only on market <1 positionposted in Questions & Answers
example:
EURUSD = 1 BUY (position) + 1 SELL STOP (pending)
GBPUSD = 1 BUY (position)+ 1 SELL STOP (pending)Close Buy position EURUSD on TP or SL = automatic cancel SELL STOP (pending) only EURUSD
-
Delete pending only on market <1 positionposted in Questions & Answers
https://fxdreema.com/shared/oA1Rktuld
hello, the shared example cancels pending orders only when the total of positions is less than the specified number (<1) on the total of the specified markets! Is there a method of counting on every single specified market instead of the total?Thank you