BiteniumAnnouncement
138 subscribers
2.49K photos
43 videos
26 files
1.77K links
Promotion and Announcement
Download Telegram
The TradeScript Programming Language for Creating Autotrading System for bitenium Exchange
The following script is a very simple example that identifies markets that are trading higher than the opening price:
LAST > OPEN
It almost goes without saying that the purpose of this script is to identify when the last price is trading higher than the open price… it is nearly as plain as English.
Scripts can be very simple as just shown or extremely complex, consisting of many hundreds of lines of instructions. But for most systems, scripts usually consist of just a few lines of code.
The examples outlined in the first section of this guide are relatively short and simple but provide a foundation for the development of more complex scripts.
TradeScript.pdf
623 KB
Here is the Pdf for using all scripts and how to call functions , Parameters and Indicators you need to understand if you are a coder and love to learn about Autotrading it is simple but very effective .Once you understand these few indicators functions then you can starting building your own robots with Machine Learning and your preferred Indicators
Now example we put 3 indicators so that it can find the best system and generate a profitable script for our Auto trade it can use 1 +2 , 1 only , 1+2+3+,1+3. and find the best parameter for the currency you want to build the Bot so what is it that keep eyes on RMS should go below < 0.1 so that it can give some good return so run for a while and just click copy to back test and see the result while it is running more strategies for us
If you noticed the Indicator I Am using are 3 one is Price action , MACD , DI(+) and DI(-).So you understand this is not optimization but purely using Machine Learning to build and find the best script for auto trading you can develop any time frame you would like to trade .
AI and Machine Learning PC Version
How to use machine learning on PC Version .Developed a Auto trade robot with your preference indicators