can you please help in giving tradescript code for Pi alert and scan for BUY SCRIPT SELL SCRIPT EXIT LONG EXIT SHORT
Logic:
low price = A, open price = B, high price = C
B-A=D
B-C=E
IF D<E generate a Buy call
IF D<E generate a Sell call
IF {(B-(B=C)-1} generate Exit long and generate Sell Call
IF {(B+(B=A)+1} generate Exit Short and generate Buy Call
IF {B+(B*0.75)} generate Exit long
IF {B-(B*0.75)} generate Exit Short
Logic:
low price = A, open price = B, high price = C
B-A=D
B-C=E
IF D<E generate a Buy call
IF D<E generate a Sell call
IF {(B-(B=C)-1} generate Exit long and generate Sell Call
IF {(B+(B=A)+1} generate Exit Short and generate Buy Call
IF {B+(B*0.75)} generate Exit long
IF {B-(B*0.75)} generate Exit Short
Tradescript code for zerodha pi
PHP Create Word Document from HTML
RépondreSupprimerRetrieve Data From DB Without Page refresh
PHP Leap Year Program
PHP Get current directory, filename and code line
Sort Table Data in PHP and MySQL
How to encrypt password in PHP
Add multiple custom markers on google map