I should now write a disclaimer as formally is done however here is a disclaimer less formally. You can lose money trading, I do not recommend trading to anyone I`m not registered anywhere. What you see in this blog is just what I do.
As I mentioned in a previous post the formula language is array based. Almost all functions work on array and return an array as result. Using the available functions the user can write his own studies/indicators to perform simple or more complex calculations. More complex calculations can be performed by using the conditional statement iif ( expresion to evaluate, case true, case false ) which is also know as the ternary operator in old programming languages or -if then else statement- found in most programming languages. Aside from iif statement to perform more complex calculations a user can assign an array to a variable which can me then reused anywhere in the program. This variable will be an array as well . For example the function sma(close,20) calculates a simple moving average of the close price but if you want to reuse it in other calculation will be more simple to assing a shorter variable to reffer to it. So you would say vrb1 : sma(c...
The program has 5 windows plus chart window: Log window, Database window. Fromula editor window, Import window and program configuration window. As I was saying in a previous post I really wished to make that scanner as well but the entire code must be modified and rewritten as I made it for another version and I`m not in the mood to do anything now. What each window does? On short: Log window is supposed to give the user information about how the program is working, like a help file as each window has a question mark next to the x button if the user press it log window will appear and a description on what that window does appears. Of course its not ready yet Im to lazy to do these minor things and requires attention and mood. Other than that the log window was/still is intended to work as a descriptor of what the program is doing at a certain moment but as you can imagine for the moment I skipped the program lines that send that information so I would have to take ...
I forgot about this blog, actually I forgot many other things I`ve made or try to made while being chased by what seems to be, I thought a criminal organization but no, its how it is and its run from, they say its god its not, its run from, well everything belongs to them it looks like, you can not do anything without them. When I mean anything I really mean it, just a few moments ago they found my linux distro which I`m using to write this post and tried to hack it as my computer froze while trying to make a ... a new website you won`t believe it 😂. I`m being robed and cheated for about 12 years now and by what it looks long before but I had no clue and here`s me, with these suckers surrounding me, trying to do business as usual. So, why isn`t God, well its not God because God seems to keep the weather warm and nice and the sun up just as I like it, so its not God there's some crooks with a lot of money and controlling the whole internet and likely everythin...
Comments
Post a Comment