NexusFi: Find Your Edge


Home Menu

 





conversion of proRealTime code to EasyLanguage code (school project))


Discussion in EasyLanguage Programming

Updated
    1. trending_up 1,638 views
    2. thumb_up 0 thanks given
    3. group 1 followers
    1. forum 1 posts
    2. attach_file 0 attachments




 
Search this Thread

conversion of proRealTime code to EasyLanguage code (school project))

  #1 (permalink)
elabed
Tunisia
 
Posts: 1 since Mar 2020
Thanks Given: 0
Thanks Received: 0

Hi. I would like to convert a Prorealtime code to EasyLanguage
Could anyone help me with the following code, please!?

 
Code
 //Definition of code parameters

DEFPARAM CumulateOrders = False  //Cumulating positions deactivated

 //The system will cancel all pending orders and close all positions at 000.
// No new ones will be allowed until after the FLATBEFORE time.

DEFPARAM FLATBEFORE = 090000

 //Cancel all pending orders and close all positions at the FLATAFTER time

DEFPARAM FLATAFTER = 173000

// Conditions to enter long positions

indicator1 = Average[10](Stochastic[36,10](totalPrice))

indicator2 = Stochastic[36,10](totalPrice)

c1 = (indicator1 CROSSES UNDER indicator2)

IF c1 THEN

BUY 1 SHARES AT MARKET

ENDIF

 
// Conditions to enter short positions

indicator3 = Average[10](Stochastic[36,10](totalPrice))

indicator4 = Stochastic[36,10](totalPrice)

c2 = (indicator3 CROSSES OVER indicator4)


IF c2 THEN

SELLSHORT 1 SHARES AT MARKET

ENDIF

 
// Stops and targets

SET STOP pLOSS 30 pTRAILING 18

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
MC PL editor upgrade
MultiCharts
Quant vue
Trading Reviews and Vendors
REcommedations for programming help
Sierra Chart
How to apply profiles
Traders Hideout
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
 




Last Updated on March 19, 2020


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts