furnitureuf.blogg.se

Coding arrow objects in easylanguage tradestation 9.5
Coding arrow objects in easylanguage tradestation 9.5











coding arrow objects in easylanguage tradestation 9.5 coding arrow objects in easylanguage tradestation 9.5

Seems like a very easy conversion.but it is proving more difficult than my skills are allowing.Īnything you can provide would be most appreciated. Over two decades of experience in programming, with a focus on EasyLanguage applications for the past five years. Hoping someone with experience in both PineScript and EasyLanguage could lend me a hand with the conversion. TradeStation EasyLanguage, comprehensive programming by an experienced trader. Plotshape(Sell, title='Sell', color=color.new(color.red, 0), style=shape.arrowdown, text='Sell Signal', textcolor=color.new(color.red, 0))Ĭolr = close >= tsl ? een : close resistance thenĪs you can see, I am having some difficulties here. Plotshape(Buy, title='Buy', color=color.new(een, 0), style=shape.arrowup, location=location.belowbar, text='Buy Signal', textcolor=color.new(color.lime, 0)) Here is the PineScript version: //Strategy Detailsīarcolor = input(false, title='BUY/SELL Bar Color')īgcolor = input(false, title='BUY/SELL Background Color') Here is a link that does a very good job describing what the strategy is doing. As background, Tradingview uses PineScript and TradeStation uses EasyLanguage. I have been trying to convert a trading strategy written in PineScript to EasyLanguage.













Coding arrow objects in easylanguage tradestation 9.5