Reply

symbol info settings

3 replies

stef

Subscriber, bbp_participant, community, 16 replies.

Visit profile

7 years ago #115833

Hi All,

 

How do you translate this (MT4):

File: tt1.JPGtt1.JPG

 

to this (SQ):

File: tt2.JPGtt2.JPG

 

Specifically the Pip/Tick Step and Pip/Tick Size?

 

I currently set it to what is shown in the screenshot above.

The problem is that the strategies that are created then buy 1 contract in SQ (List of Trades Size=1), but 0.1 contracts in MT4 (generated code states: “extern double Lots = 0.1”; even though I’ve set this Lots=1 in SQ’s Money Management).

Something else I change manually: I set realDigits=0, otherwise trades are opened and immediately closed – I think this influences where stops are placed; in my case incorrectly.

 

PS: This is an index instrument in MT4, not Forex.

 

Thanks in advance.

 

 

 

 

0

tomas262

Administrator, sq-ultimate, 2 replies.

Visit profile

7 years ago #140229

Hello,

 

I see there 2 digits so you should the set pip size and the minimum step to 0.01

0

stef

Subscriber, bbp_participant, community, 16 replies.

Visit profile

7 years ago #140233

Hi Tomas,

 

This does not work. If I set pip size and step to 0.01, MT4 code generated still sets Lots=0.01.

In order to get MT4 results to be close to SQ, I have to manually change:

Lots=1;

MaximumLots=20;

realDigits=0;

 

I would prefer not to have to do this manually every time for every strategy that I want to test/trade.

 

Is there a way to set SQ settings so that the correct code is generated?

 

Regards

Stef

0

tomas262

Administrator, sq-ultimate, 2 replies.

Visit profile

7 years ago #140254

Hello,

 

you have to set MM rules in MT4 manually (true/false, lot size, % risk etc). They are not being transfer with the EA. SQ use them for its own calculations. 

0

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