NexusFi: Find Your Edge


Home Menu

 





Visual Programming (programming without coding)


Discussion in Platforms and Indicators

Updated
      Top Posters
    1. looks_one LukeGeniol with 3 posts (2 thanks)
    2. looks_two shodson with 2 posts (3 thanks)
    3. looks_3 NetTecture with 2 posts (0 thanks)
    4. looks_4 sandptrader with 2 posts (0 thanks)
    1. trending_up 6,405 views
    2. thumb_up 6 thanks given
    3. group 6 followers
    1. forum 11 posts
    2. attach_file 0 attachments




 
Search this Thread

Visual Programming (programming without coding)

  #1 (permalink)
 
LukeGeniol's Avatar
 LukeGeniol 
Italy (IT) Italy
 
Experience: Advanced
Platform: ATAS, R|Trader, NT8
Broker: Rithmic
Trading: CL, Brent, GC, TF
Frequency: Daily
Duration: Minutes
Posts: 1,499 since Apr 2010
Thanks Given: 408
Thanks Received: 985

Just searching for some visual programming software/language and just came across this Programming Without Coding, it seems interesting.

For more info about visual programming Visual programming language - Wikipedia, the free encyclopedia.

Take your Pips, go out and Live.
Luke.
Started this thread Reply With Quote
Thanked by:

Can you help answer these questions
from other members on NexusFi?
ZombieSqueeze
Platforms and Indicators
PowerLanguage & EasyLanguage. How to get the platfor …
EasyLanguage Programming
REcommedations for programming help
Sierra Chart
MC PL editor upgrade
MultiCharts
How to apply profiles
Traders Hideout
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Just another trading journal: PA, Wyckoff & Trends
31 thanks
Spoo-nalysis ES e-mini futures S&P 500
28 thanks
Tao te Trade: way of the WLD
24 thanks
Bigger Wins or Fewer Losses?
20 thanks
GFIs1 1 DAX trade per day journal
17 thanks
  #3 (permalink)
 
LukeGeniol's Avatar
 LukeGeniol 
Italy (IT) Italy
 
Experience: Advanced
Platform: ATAS, R|Trader, NT8
Broker: Rithmic
Trading: CL, Brent, GC, TF
Frequency: Daily
Duration: Minutes
Posts: 1,499 since Apr 2010
Thanks Given: 408
Thanks Received: 985


This should be interesting for noobs and biginners (like me) to start learning C# SGP Systems - Baltie C# 3D Game visual programming teaching tools for kids, children, youth and adults.

Take your Pips, go out and Live.
Luke.
Started this thread Reply With Quote
  #4 (permalink)
 
LukeGeniol's Avatar
 LukeGeniol 
Italy (IT) Italy
 
Experience: Advanced
Platform: ATAS, R|Trader, NT8
Broker: Rithmic
Trading: CL, Brent, GC, TF
Frequency: Daily
Duration: Minutes
Posts: 1,499 since Apr 2010
Thanks Given: 408
Thanks Received: 985

Another interesting visual programming project, visual programming for R language.

Take your Pips, go out and Live.
Luke.
Started this thread Reply With Quote
  #5 (permalink)
 
shodson's Avatar
 shodson 
OC, California, USA
Quantoholic
 
Experience: Advanced
Platform: IB/TWS, NinjaTrader, ToS
Broker: IB, ToS, Kinetick
Trading: stocks, options, futures, VIX
Posts: 1,976 since Jun 2009
Thanks Given: 533
Thanks Received: 3,709

Checkout thinkorswim's Prodigio RTS product. Here is a MACD cross over strategy.


Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
Thanked by:
  #6 (permalink)
 NetTecture 
Szczecin
 
Experience: Intermediate
Platform: Ninja, writing own now
Posts: 211 since Mar 2010


shodson View Post
Checkout thinkorswim's Prodigio RTS product. Here is a MACD cross over strategy.


Gratulations for demonstrating while it will not work ever. I have seen this approach fail 15 years ago. Some never learn.

This AMCD crossover takes a screen, and in reality it is - two lines or three of code. Once you get into real trading logic you will ahve square meters full of diagrams and STILL have to learn programming for them to be efficient.

Graphics for this are just one thing: complicated ways to show what others put in small sentences.

Reply With Quote
  #7 (permalink)
 
shodson's Avatar
 shodson 
OC, California, USA
Quantoholic
 
Experience: Advanced
Platform: IB/TWS, NinjaTrader, ToS
Broker: IB, ToS, Kinetick
Trading: stocks, options, futures, VIX
Posts: 1,976 since Jun 2009
Thanks Given: 533
Thanks Received: 3,709


NetTecture View Post
Gratulations for demonstrating while it will not work ever. I have seen this approach fail 15 years ago. Some never learn.

This AMCD crossover takes a screen, and in reality it is - two lines or three of code. Once you get into real trading logic you will ahve square meters full of diagrams and STILL have to learn programming for them to be efficient.

Graphics for this are just one thing: complicated ways to show what others put in small sentences.

While I tend to agree with you, I'm hopeful and supportive of any attempts to make programming more accessible to the masses. But I agree, Prodigio reminds me of BizTalk or SQL Server DTS/SSIS or UML code generators, all attempting to create programs via workflow diagrams. Most of this stuff falls apart trying to maintain the code.

Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
  #8 (permalink)
 NetTecture 
Szczecin
 
Experience: Intermediate
Platform: Ninja, writing own now
Posts: 211 since Mar 2010


shodson View Post
While I tend to agree with you, I'm hopeful and supportive of any attempts to make programming more accessible to the masses. But I agree, Prodigio reminds me of BizTalk or SQL Server DTS/SSIS or UML code generators, all attempting to create programs via workflow diagrams. Most of this stuff falls apart trying to maintain the code.

Acutally it works quite well in SSIS because those ARE more workflow processes per requirement. Looking where the current status is (of a process running possibly an hour) and / or where errors are is important there, the more as the errors are not coding errors alter (but for example a server is down to a file transfer blocks).

For things with more logic it jsut falls apart. Point. It failed 15 years ago (5GL - 5th generation db langauges were supposed to make programmers superflous, and I dont see ANY in use now).

Trading is no difference. Works very nice for simple things, but a more cmplex strategy will be... large.

Reply With Quote
  #9 (permalink)
ClimberMel
Vancouver Canada
 
Posts: 9 since Dec 2011
Thanks Given: 1
Thanks Received: 6

I have seen Prodigio work with complex strategies. The trick is to do like any decent programmer and set it up in a modular design. Your program needs to be built of scanning rules, entry rules (which can be multiple for adding to positions), exit rules, trade management rules… all bundled into a master rule and then called as part of your strategy.

My personal rant on programming, is that with GUI systems it became so easy for bad programmers to write programs that functioned… run, fix errors, run, fix errors…

In a lot of ways Visual Programming as a concept has been around far longer than PCs & GUI. What do you consider creating a flowchart and then writing code for each symbol in the flowchart?
I never even see programmers using flowcharts any more, they jump in and start throwing together code and then figure out how to get it to run.

Oh well (stepping off soapbox now), I feel Visual Programming can be just as good as any programming… limited mostly by the design of the program on a piece of paper before turning it into code.

Mel

Reply With Quote
  #10 (permalink)
 sandptrader 
Valdosta, GA. U.S.A
 
Experience: Advanced
Platform: Sierra , TOS
Trading: 6E, ES, CL, GC
Posts: 498 since Sep 2010
Thanks Given: 1,881
Thanks Received: 472


Looking for a Program, or add on for Sierra Chart that could help me with Visual Programming using Sierra Chart Indicators.
I have used Software with Ninjatrader7 in the Past with Visual Programming Logic to build Automated Systems.
But would like to find possible solutions to do this with Sierra Chart.
Although Sierra Chart incorporates ACSIL for developing Automated Trading Systems i would like to see if there are any add on Programs, or software available to help with Visually Designing with Blocks of Programming Code.
Easier for Non-Programmers like myself.
Any information you guys may have on this matter would Really be Appreciated.
The Best Solution i have found so far looks to be Visual C++ Express:
Using Visual C++ Express Development Environment - Sierra Chart
I will focus here for now, but would still be interested in any other suggestions.
Thanks guys with help in this matter.

Reply With Quote




Last Updated on September 16, 2016


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts