Topics
Replies
trade74@gmail.com
03 May 2018, 14:11
RE:
this is the link i get from Visual Studio
https://msdn.microsoft.com/library/hh266747.aspx
trade74@gmail.com said:
for some reason, I had to change the .NET for one of my projects to the latest 4.6.1
ever since that, I can no longer edit my cBots code as a project like normal
I can go to the actual folder and open the .cs file and make edits, save it and rebuild in cBot
But this is not ideal and I feel I have broken something important.
So if I try to open the .sln file in VS2017 community
I get the message "This project needs to be migrated."
iI have no knowledge of VS2017 so it's not clear what I need to do.
has anyone seen this and/or have a solution that I could try.
thanks
Stuart
@trade74@gmail.com
trade74@gmail.com
03 May 2018, 14:00
RE:
tasr1r1 said:
hi..
im trying to figure out the code to execute if the current value return by indicator is less than -0.015 (i.e. -0.016), then execute the command.
it work on positive number but the execution kind of giving weird result for negative value. x is declared as double
tried to google it for c# walkthrough.. but cant find any. hope anybody in here can help
did you try putting in brackets -(0.0015)
@trade74@gmail.com
trade74@gmail.com
03 May 2018, 14:14
RE:
also this is the screenshot of the error/message
https://www.screencast.com/t/dtDn8WTlWsvv
trade74@gmail.com said:
@trade74@gmail.com