Page 3 of 3

Re: Multi-Instrument TSI Strategy

PostPosted: Mon Mar 09, 2020 12:41 pm
by SANTOSH
Can it be made multi time frame too ?
With two additional options in the menu -
1. Bool to select All time-frames.
2. Bool to select All instruments.


Regards,
Santosh.

Re: Multi-Instrument TSI Strategy

PostPosted: Tue Mar 10, 2020 5:51 am
by Apprentice
Your request is added to the development list.
Development reference 847.

Re: Multi-Instrument TSI Strategy

PostPosted: Wed Mar 11, 2020 5:28 am
by Apprentice
Try this Multi-Instrument version.
Multi-Instrument MTF TSI Strategy.lua
(17.15 KiB) Downloaded 398 times

Re: Multi-Instrument TSI Strategy

PostPosted: Wed Mar 11, 2020 12:55 pm
by SANTOSH
Hi all ,
Following errors:
1. The code has no bool for trading .
2. Only show trades and no alerts are shown .
3. Even when , Trade all instruments are TRUE , the alert log shows only Eur usd instrument .

Kindly fix the above .

Re: Multi-Instrument TSI Strategy

PostPosted: Fri Mar 13, 2020 5:52 am
by Apprentice
Your request is added to the development list.
Development reference 864.

Re: Multi-Instrument TSI Strategy

PostPosted: Mon Mar 16, 2020 6:06 am
by Apprentice
image.png

1.It has
2.It alerts when the trading is disabled.
3. It's not a bug. It shows what tick triggered the trade.

Re: Multi-Instrument TSI Strategy

PostPosted: Mon Mar 16, 2020 9:34 am
by SANTOSH
Here is the difference :
1. While applying strategy , option for trade bool is present .
2. While backtesting strategy , option for trade bool is not present .\

check below pics for both .

Re: Multi-Instrument TSI Strategy

PostPosted: Mon Mar 16, 2020 1:57 pm
by Apprentice
In backtesting, By default, this parameter is set to true.
If you set it to false, backtesting makes no sense.

Re: Multi-Instrument TSI Strategy

PostPosted: Mon Mar 16, 2020 2:07 pm
by SANTOSH
The reason to make bool for trade in backtesting is to see the alerts how it makes in multi- instrument and multiframe .Can you provide it ?

Re: Multi-Instrument TSI Strategy

PostPosted: Tue Mar 24, 2020 8:34 am
by Apprentice
Can NOT help you on this issue.