Thank you very much.
Posts made by Alex 13
-
RE: Other Trades Open on Meta Trader 5 don't open Tradesposted in Questions & Answers
-
RE: Other Trades Open on Meta Trader 5 don't open Tradesposted in Questions & Answers
@jstap

I will tray it this way, but to test it, it will be tricky. -
RE: Other Trades Open on Meta Trader 5 don't open Tradesposted in Questions & Answers

Do I Have to enter her all Forex pars?

-
Other Trades Open on Meta Trader 5 don't open Tradesposted in Questions & Answers
Hi to everyone,
I have a question. If I want to trade only if no other Trades are open on Meta Trader 5 from other Expert Advisors or Manual open, how can i make a condition that the EA can notes that? -
RE: xmas holiday - no trade filter - custom codeposted in Questions & Answers
e encontrado una solución. Si meto 2000 como numero enverde el 31536027 y no presto atención a lo que está escrito como comentario en la esquina superior izquierda, funciona.
I found a solution. If I enter 2000 instead of the number 31536027 and don't pay attention to what is written as a comment at the top in the left corner, it works.
https://fxdreema.com/shared/vTdQQsJAd
Thank you both, you can always solve everything very quickly and are always very helpful. Thank you very much both of you
Gracias a vosotros. sois espectacular
-
RE: xmas holiday - no trade filter - custom codeposted in Questions & Answers
pero tendre que segir entregando los anos?
No se podria cambiar esta parte del Code?TimeToString(TimeCurrent(),TIME_DATE)
But will I have to continue giving the years?
Couldn't this part of the Code be changed?TimeToString(TimeCurrent(),TIME_DATE)
-
RE: xmas holiday - no trade filter - custom codeposted in Questions & Answers
I would like not to have to change the year manually in the constants every year, but rather just store the month and the day as a fixed value or, if necessary, as a constant.

-
RE: xmas holiday - no trade filter - custom codeposted in Questions & Answers
I have a Question. Can someone help my?
-
RE: xmas holiday - no trade filter - custom codeposted in Questions & Answers
My goal was to get rid of the error message that I get when backtesting when I have different TFs under different conditions. If spread and time filter are above all else, how do I get the open price mode when testing?
I'm not familiar with it at all.Could you arrange all the blocks the way you think is correct?
When testing in the backtester, I would like to have the option to not only select tick mode but also 1 minute OHLC and open price mode.
And all these error messages that keep coming up when testing in the journal that they're all gone? -
RE: xmas holiday - no trade filter - custom codeposted in Questions & Answers
For Meta Trader 5 this doesen't work.

Whoud this work like this?

-
RE: xmas holiday - no trade filter - custom codeposted in Questions & Answers
Can someone help me with the (xmas holiday - no trade filter)?
How can i make it on Fxdreema?
Can someone post the Projekt that works?
It would be great. -
RE: Backtest Mode Input variableposted in Questions & Answers
#property strict
enum ENUM_BAR_PROCESSING_METHOD
{
PROCESS_ALL_DELIVERED_TICKS, //Process All Delivered Ticks
ONLY_PROCESS_TICKS_FROM_NEW_M1_BAR, //Only Process Ticks From New M1 Bar
ONLY_PROCESS_TICKS_FROM_NEW_TRADE_TF_BAR //Only Process Ticks From New Bar in Trade TF
};//################
// Input Variables
//################input ENUM_TIMEFRAMES TradeTimeframe = PERIOD_M15; //Trading Timeframe
input ENUM_BAR_PROCESSING_METHOD BarProcessingMethod = ONLY_PROCESS_TICKS_FROM_NEW_M1_BAR; //EA Bar Processing Method -
RE: Backtest Mode Input variableposted in Questions & Answers
Thank you for your responding. I have found something that i would like to implement can i postet hear the link to it?
-
Backtest Mode Input variableposted in Questions & Answers
Good morning everyone,
I want to input variables to change between 3 input mode's.
Every tick
1minute bar ohlc
Openprice
My goal is to echif backtestresolds like in the live market.
Is this possible to implement and change the blocks accordingly and what happens with the higher timeframe indicators in the Code.
It would be wonderful if someone can help me.

