TradeScript - Programming Language for Traders

Hi friends,
Recently I again visited TradeScript language & have found pretty interesting as its - easy , quick syntax excited me. Its only language developed for specially traders. Before this I have tried getting my hands wet in Python, Amibroker AFL etc & found the learning curve pretty long. Has anyone used / using this language? How is the experience?
All the best :slight_smile:

Didn’t know about it but I kinda like it. By far, I am just using MQL4 & MQL5 to make indicators and EA for Metatrader platforms but I will take a look deeply.

Python is not so difficult to learn. My advice is: think in a simple project you want to make and look for a similar project in google or github. Open your IDE, divide the window of the IDE in one half of the screen and the other’s project window in the other half. Start coping the code and try to figure it out what that part of the code does. That will help you with the syntaxis of the language and start thinking in a way you can solve problems algorithmically.

I learned that way Python, Java, Kotlin, Javascript, MQL4, etc.