Create the backend for Ledger CLI. The frontend/UI uses React / .
Get the source code for the routes file.
Create the backend for Ledger CLI. The frontend/UI uses React / .
Get the source code for the routes file.
Did I get your attention?
One of the limitations of using a demo broker account is that there is no or very little slippage, hence it does not reflect actual trades.
The result is that a "profitable" robot or Expert Advisor ["EA"] on a demo account can quickly become a loss-making robot in a live account.
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
suppressPackageStartupMessages(require(RTextTools)) | |
suppressPackageStartupMessages(require(tm)) | |
source("C:/Users/denbrige/100 FxOption/103 FxOptionVerBack/080 Fx Git/R-source/PlusReg.R", echo=FALSE) | |
spam.dir <- paste0(RegGetRNonSourceDir(), "spamassassin/") | |
get.msg <- function(path.dir) | |
{ | |
con <- file(path.dir, open="rt", encoding="latin1") | |
text <- readLines(con) | |
msg <- text[seq(which(text=="")[1]+1,length(text),1)] | |
close(con) |