NexusFi: Find Your Edge


Home Menu

 





Transposing Thinkscript to not so easylanguge.


Discussion in EasyLanguage Programming

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




 
Search this Thread

Transposing Thinkscript to not so easylanguge.

  #1 (permalink)
wherdendorf
harlingen texas
 
Posts: 8 since Nov 2022
Thanks Given: 4
Thanks Received: 0

So bullish and bearish bars are so easy in ts.

def GreenBar = open < close;
def RedBar = open > close;

This is my problem in Easylanguage scipt.


vars: starttime(800), finishtime(1500), endtime(1600);
vars: redbar(0),greenbar(0);


greenbar = close > open;.................error Numerical expression expected here at the greater than
greenbar = (close > open);........error Numerical expression expected here at first bracket

I really do not know what else to put or is it just a syntax problem?

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Better Renko Gaps
The Elite Circle
Quantum physics & Trading dynamics
The Elite Circle
MC PL editor upgrade
MultiCharts
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
REcommedations for programming help
Sierra Chart
 
  #2 (permalink)
 kevinkdog   is a Vendor
 
Posts: 3,666 since Jul 2012
Thanks Given: 1,892
Thanks Received: 7,360

It is pretty easy:

change this line (these are T/F conditions, they must be defined as such)

vars: redbar(False),greenbar(False);

Follow me on Twitter Reply With Quote
  #3 (permalink)
wherdendorf
harlingen texas
 
Posts: 8 since Nov 2022
Thanks Given: 4
Thanks Received: 0


Damit man, that WAS easy.

Reply With Quote




Last Updated on February 7, 2023


© 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