Reply

Can I open a position on one symbol from signals of a different symbol?

3 replies

ngallen8787

Subscriber, bbp_participant, 7 replies.

Visit profile

6 months ago #283647

My scenario is this,

I have a renko generator in mt5 create a synthetic symbol for the asset (since renko has no timeframe) and I want to apply an EA of my creation to this sythetic symbol and use its signals to open positions on the base asset.

Example:

base asset on 1 minute chart with chart symbol MESZ23 (micro es future december 2023 expiration)

renko synthetic chart labeled MESZ23_10R,M1

 

I need it to work like this because the sythetic symbol is an offline chart (since its not broker supported) but it stays updated with the bid price.

 

Can I code this since algowizard supports multiple chart strategies?

 

Thank you for your time

0

ngallen8787

Subscriber, bbp_participant, 7 replies.

Visit profile

6 months ago #283654

Nevermind, I found out how. On execution i changed the ‘current chart’ value to a string variable and for the asset being traded. Figured I would explain it for anyone else in my situation.

0

tomas262

Administrator, sq-ultimate, 2 replies.

Visit profile

6 months ago #283723

Hi, it can be done in SQX. Using a string type variable. See the clip

Attachments:
You must be logged in to view attached files.

1

ngallen8787

Subscriber, bbp_participant, 7 replies.

Visit profile

6 months ago #283729

Thanks again

0

Viewing 3 replies - 1 through 3 (of 3 total)