How can we in Fxdreema guide the EA to observe and trade with the conditions that happen with 2 indicators within the same window?
Posts made by OntradingX
-
2 indicators in the same window.posted in Questions & Answers
-
How to embed an indicator code in the EA.posted in Questions & Answers
I had access to a robot that wasn't made in Fxdreema, where the programmer embedded the indicator code straight into the robot's source code.
Is it possible to do this somehow in Fxdreema?
-
RE: Nomenclature of the trading asset.posted in Questions & Answers

But there is also the Bra50.
So for example we have:
The CFD asset (Bra50)
And we have the asset (Bra50Apr22)
In this case he will open 2 trades, 1 in each?For example, in the Brazilian market we have an asset called WIN$N, in the backtest market we can open trades but in the real market we cannot, so we use the monthly WINJ22, how could I do it in this case?

-
RE: Nomenclature of the trading asset.posted in Questions & Answers
@l-andorrà can you give me more details why Bra?=0.001 ?
-
Nomenclature of the trading asset.posted in Questions & Answers
In the market I trade, there is an asset expiry.
For example:Asset Name: Bra50
Month April: Bra50Apr22So every month the ending (Apr22) will be changed to the month name and expiry year. For example: (May22)
Is there any way to automate this so that the EA identifies the name of the current trading asset for the current month?
-
RE: Saving results to file.posted in Questions & Answers
@ontradingx I managed to do this, thank you all so much I was wrong the folder it creates the .csv file
@jstap @Rodrigo-Ortuzar -
RE: Saving results to file.posted in Questions & Answers
The biggest problem now is that it doesn't work in backtest.
I wanted to do a backtest of my EA and during the backtest it kept storing the information, but it didn't work.
Does anyone have any ideas? -
RE: Saving results to file.posted in Questions & Answers
@rodrigo-ortuzar That's what I'm trying to do right now.
I hope it works, I want to analyze a series of information from my EA inputs and implement a search for better parameters as if it were a neural network but through an excel spreadsheet. -
RE: Conversion of indicators, can anyone do it?posted in Questions & Answers
@l-andorrà yes i tried but it didn't work.
Thank you for your help. -
Saving results to file.posted in Questions & Answers
Does anyone have an example?
I want my EA to save the data of that trade in a line inside a .csv file for each open trade
When this trade is closed I want my EA on this same line to give the result if it was a winning or losing trade.I will cite an example:
EA with average crossing and Fibonnaci-based target.
Purchase entry performed, saving data:
Buy,Stoploss=200points,TakeProfit=600points,Result=Positive
Sell,StopLoss=100points,TakeProfit=400points,Result=Negative
Sell,StopLoss=300points,TakeProfit=500points,Result=PositiveBut this would have to work in the backtest as well.
It's possible? If so, could someone give examples with projects? -
Conversion of indicators, can anyone do it?posted in Questions & Answers
Could someone convert these 2 indicators to mql5 format?
I would like to use them in Fxdreema but in metatrader 5. -
RE: A.I.posted in Questions & Answers
@l-andorrà I'm tagging him here in this conversation so he's aware and authorize so, I hardly got answers from him in my posts, I hope he sees this message.
It won't be spam anyway, it will just be an indication of someone who (maybe makes the service work) on fxdreema. Instead of creating a post I can only reply here to the interested party, or send you a message in the reserved to avoid any spam problem. -
RE: Daily Change, save information...posted in Questions & Answers
@ambrogio I will try to explain myself better.
I can see on your chart that you are taking the price of 1.13586 and placing a horizontal line to define that 0% is exactly at this point. Correct?What I want is that as soon as this 0% line is placed on the chart, I tell the EA the exact price for it to place the 1% line.
In some markets the 1% line is clearly 1000 points away.
Some other markets 1% does not represent 1000 points but 10000 points.
I want the EA to be able to identify where the 1% or 2% is in whatever market it is placed. -
RE: A.I.posted in Questions & Answers
@traderthomas
Hello friend, I am testing with a specialist in neural networks to carry out a work of self-optimization of some parameters of my robot, as soon as he finishes the work in my EA that was developed in Fxdreema and I am sure that he did the right thing. work I'll post him here as an indication for anyone who wants to hire him.
I believe a lot and am very confident in the operation and improvement in search of better input parameters. -
RE: Daily Change, save information...posted in Questions & Answers
@ontradingx @ambrogio
To be more exact what I want:
I don't know how the calculation is to find out where the 1% of the market is going to be.
I understand the part you mentioned about having the reference point which is at the close of the previous day's candle.
But based on that how do I calculate which price corresponds to 1%, or 2% above or below this price?
Sorry for my ignorance on this subject, I'm not that good at calculations. -
RE: Daily Change, save information...posted in Questions & Answers
@ambrogio
Your calculation was correct, thank you very much for your help.
I wanted a little more help on a question.
I'm drawing the lines in % above and below as I'm showing it in the image.
But I am performing a calculation between one line and the other.
I want to create something that draws a grid of lines with a space difference between them of 0.25%So if my highest level is 1% I will have 4 lines
Is there a way to do this without having to put a block for each line?

-
Daily Change, save information...posted in Questions & Answers
How can we obtain and save this daily % of the market as a variable?
